projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b2133e
)
(timer-event-handler): Fix last change.
author
Kim F. Storm
<storm@cua.dk>
Sun, 16 May 2004 21:43:57 +0000
(21:43 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Sun, 16 May 2004 21:43:57 +0000
(21:43 +0000)
lisp/emacs-lisp/timer.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/timer.el
b/lisp/emacs-lisp/timer.el
index 395d1e7048493efc19d15b094fa1ef06e92669f0..336a1ff82d0cb44bbb6542e04657432e1661d707 100644
(file)
--- a/
lisp/emacs-lisp/timer.el
+++ b/
lisp/emacs-lisp/timer.el
@@
-296,7
+296,7
@@
This function is called, by name, directly by the C code."
(apply (aref timer 5) (aref timer 6))
(error nil))
(if retrigger
- (aset timer
7
nil)))
+ (aset timer
0
nil)))
(error "Bogus timer event"))))
;; This function is incompatible with the one in levents.el.